home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / perl / host.ph < prev    next >
Text File  |  1991-08-11  |  243b  |  13 lines

  1. if (!defined &_HOST) {
  2.     eval 'sub _HOST {1;}';
  3.     if (!defined &_TYPES) {
  4.     require 'sys/types.ph';
  5.     }
  6.     if (!defined &_IN) {
  7.     require 'netinet/in.ph';
  8.     }
  9.     require 'sys/stat.ph';
  10.     eval 'sub HOST_ETHER_ADDRESS_SIZE {6;}';
  11. }
  12. 1;
  13.